Home:ALL Converter>how to get exif using Camera2 API when i set the format to YUV

how to get exif using Camera2 API when i set the format to YUV

Ask Time:2018-11-09T15:48:54         Author:sunk

Json Formatter

my camera app using ImageFormat.YUV_420_888 to capture images and do some process after, but when I save the file I also want to save the EXIF info in it, but the info I get from CaptureResult is limited. so I'm wondering there is any way I can get the complete EXIF info just like a when I use JPEG format?

Author:sunk,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/53221674/how-to-get-exif-using-camera2-api-when-i-set-the-format-to-yuv
Eddy Talvala :

The CaptureResults from the camera2 API generally include the same information as in the camera EXIF, on devices with the LIMITED or higher level support.",
2018-11-09T22:48:32
yy